home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17956 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  42 lines

  1. Path: news.belwue.de!uzwil!kuehl
  2. From: kuehl@uzwil.informatik.uni-konstanz.de (Dietmar Kuehl)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Unix C++ compiler
  5. Date: 18 Apr 1996 02:23:12 GMT
  6. Organization: FakultΣt fⁿr Mathematik und Informatik
  7. Message-ID: <4l492g$nkk@news.BelWue.DE>
  8. References: <31758349.6333@danish.com>
  9. Reply-To: dietmar.kuehl@uni-konstanz.de
  10. NNTP-Posting-Host: uzwil.informatik.uni-konstanz.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Hi,
  14.  
  15. Ihab Badr (ihab@danish.com) wrote:
  16. : I am out shopping for a C++ compiler on Unix, with my eyes initially 
  17. : focused on Solaris.
  18. : SunSoft sell theres for ~ $1000.
  19. : Before investing that amount I would like to know what other options I 
  20. : have. 
  21. : Can someone shed some light as to what is available out there.
  22.  
  23. A much cheaper alternative (yes, James, you need someone who maintains
  24. the software but this is true for Sunsoft's CC, too) is g++: Check the
  25. net for a recent version of gcc, GNU's compiler freely available on the
  26. net. The current version is gcc-2.7.2 but gcc-2.7.2 has some trouble
  27. with certain types of debugging symbols. Maybe it pays off to use
  28. gcc-2.7.0 instead... Make sure to get libg++-2.7.?: You would need a
  29. C++ library, too. Well, probably you would also like to get gdb (GNU's
  30. debugger) and a frontend for this, e.g. xxgdb or ddd. If you need help
  31. on installing gcc, have a look at
  32. <http://www.informatik.uni-konstanz.de/~kuehl/gcc/install.html>. You can
  33. also test whether it compiles your code using
  34. <http://www.informatik.uni-konstanz.de/~kuehl/gcc/>.
  35.  
  36. Another alternative is Photon C++. Check <http://www.kai.com> for
  37. information on Photon C++.
  38. --
  39. dietmar.kuehl@uni-konstanz.de
  40. http://www.informatik.uni-konstanz.de/~kuehl/
  41. I am a realistic optimist - that's why I appear to be slightly pessimistic
  42.